home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / pc / IDEASRC / Bugs.DIR / 00104.ls < prev    next >
Encoding:
Text File  |  1997-08-06  |  113 b   |  10 lines

  1. on exitFrame
  2.   global bug
  3.   blorb()
  4.   if soundBusy(1) then
  5.     go(#loop)
  6.   else
  7.     go("roachloop")
  8.   end if
  9. end
  10.